home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8"?>
- <html><head><title>Time Statement [Runtime]</title><meta name="filename" content="text/sbasic/common/03030302"/><meta name="language" content="en-US"/><help:css-file-link xmlns:help="http://openoffice.org/2000/help"/><!--The CSS style header method for setting styles--><style type="text/css">
-
- p.P1{
- }
- p.P2{
- }
- span.T1{
- font-weight:bold;}
- </style></head><body>
-
-
- <help:to-be-embedded Eid="time" xmlns:help="http://openoffice.org/2000/help">
- <p class="Head1"><help:link Id="66455">Time Statement [Runtime]</help:link></p>
- <p class="Paragraph">This function returns the current system time as a string in the format "HH:MM:SS".</p>
- </help:to-be-embedded>
- <p class="Paragraph"><span class="T1">Syntax</span>:</p>
- <p class="Paragraph">Time <help:key-word value="Time" tag="kw66455_1" xmlns:help="http://openoffice.org/2000/help"/></p>
- <p class="Paragraph"><span class="T1">Parameter</span>:</p>
- <p class="Paragraph">Text: Any string expression that specifies the new time in the format "HH:MM:SS".</p>
- <p class="P2">Example:</p>
- <p class="PropText">Sub ExampleTime</p>
- <p class="PropText">MsgBox Time,0,"The time is"</p>
- <p class="PropText">end sub</p>
- <p class="PropText"/>
- </body></html>